﻿/*** Fonts ***/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {
    font-family: 'frutiger';
    font-style: normal;
    src: local('frutiger'), url('../fonts/frutiger.woff') format('woff');
}

@font-face {
    font-family: 'frutiger-bold';
    font-style: normal;
    src: local('frutiger-bold'), url('../fonts/frutiger-bold.woff') format('woff');
}

@font-face {
    font-family: 'frutiger-light';
    font-style: normal;
    src: local('frutiger-light'), url('../fonts/frutiger-light.woff') format('woff');
}

@font-face {
    font-family: 'frutiger-italic';
    font-style: normal;
    src: local('frutiger-italic'), url('../fonts/frutiger-italic.woff') format('woff');
}

@font-face {
    font-family: 'frutiger-roman';
    font-style: normal;
    src: local('frutiger-roman'), url('../fonts/frutiger-roman.woff') format('woff');
}


#blip-chat-iframe{
	z-index:99!important;
}
#blip-chat-open-iframe{
	box-shadow: none!important;
	height: 80px!important;
    width: 80px!important;
        max-width: 100px!important;
    max-height: 100px!important;
}
#blip-chat-close-icon {
    background-color: #95C23D;
    width: 78% !important;
    height: 78% !important;
    border: 3px solid white;
}

.heart::before {
    content: '\2665';
    color: white;
    margin-right: 9px;
    display: inline-table;
    font-size: 21px;
}


.newfet {
    text-align: center;
}

#footer1,

html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

#s4-workspace {
    height: auto !important;
}

body {
    font-family: 'frutiger';
    -webkit-font-smoothing: antialiased !important;
    overflow-y: auto;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.img-noticias {
    width: 100%;
    height: auto;
}

.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

.bg-gray {
    background-color: #f3f3f3;
}

.btnDefault img {
    float: right;
}

.btnDefault {
    background: #4dada9;
    background: -moz-linear-gradient(-45deg, #4dada9 0%, #4dada9 37%, #48af9d 62%, #3cb288 100%);
    background: -webkit-linear-gradient(-45deg, #4dada9 0%, #4dada9 37%, #48af9d 62%, #3cb288 100%);
    background: linear-gradient(135deg, #4dada9 0%, #4dada9 37%, #48af9d 62%, #3cb288 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dada9', endColorstr='#3cb288', GradientType=1);
    width: 100%;
    display: flex;
    text-transform: uppercase;
    padding: 20px 32px;
    font-family: 'frutiger';
    color: #FFF !important;
    border-radius: 60px;
    font-size: 16px;
    margin-bottom: 10px;
        align-items: center;
    justify-content: space-between;

}

.btnDefault:hover {
    transition: 400ms;
    cursor: pointer;
    background: #4dada9;
    background: -moz-linear-gradient(-45deg, #3cb288 0%, #48af9d 37%, #4dada9 62%, #4dada9 100%);
    background: -webkit-linear-gradient(-45deg, #3cb288 0%, #48af9d 37%, #4dada9 62%, #4dada9 100%);
    background: linear-gradient(135deg, #3cb288 0%, #48af9d 37%, #4dada9 62%, #4dada9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dada9', endColorstr='#3cb288', GradientType=1);
    color: #FFF !important;
}

.btnPdf img {
    height: 50px;
    margin-top: -6px;
}

.marginTop70 {
    margin-top: 70px;
}

img.galeriaLightbox {
    width: 31%;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.galeriaLightboxSaude {
    width: 440px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.casas-acsc {
    display: flex;
}

.text-casas {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'frutiger-light';
    font-size: 18px;
    line-height: 1.7;
    color: #6f6f6f;
}

.tpcasas {
    font-size: 16px;
    font-family: 'frutiger-light';
    line-height: 1.7;
    color: #6f6f6f;
}

.btncasas {
    text-decoration: none;
    width: 98px;
    background: #3db166;
    font-weight: bold;
    color: #FFF;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    margin-left: 0;
    margin-top: -10px;
    cursor: pointer;
    border-radius: 40px;
}

.imagem-pag {
    width: 100%;
    height: auto;
    margin-top: -30px
}

.page-institucional .contentGray .text-casas strong {
    margin-bottom: 20px;
}

.card-casas {
    display: flex;
    margin-bottom: 20px;
}

.noStyleUl {
    list-style: none;
    padding-left: 0 !important;
}

.btnCenter {
    color: #FFF !important;
    text-transform: initial;
    width: 80%;
    text-align: center;
    margin: 40px auto 80px;
}

.video {
    text-align: center;
}

.video img {
    padding: 150px 0;
}

.close:not(:disabled):not(.disabled) {
    text-align: right !important;
}

.modal-title {
    margin: 0 !important;
}

.modal-body {
    text-align: center !important;
    width: 100%;
}


.modal-body .fa-check {
    font-size: 70px;
    margin-bottom: 20px;
    color: #0a6500;
}

.modal-body .fa-times {
    font-size: 70px;
    margin-bottom: 20px;
    color: #b70000;
}

/*** Header ***/
.sf-menu {
    list-style: none;
    margin-left: 0;
}

.sf-menu>li {
    float: left;
    cursor: pointer;
}

.sf-menu>li>a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

.sf-menu>li>a,
.sf-vertical>li>a {
    color: #014751;
}

.sf-menu>li>a:hover,
.sf-menu>li.current-menu-item>a,
.sf-menu>li.current-menu-ancestor>a,
.sf-vertical>li>a:hover,
.sf-vertical>li.current-menu-item>a,
.sf-vertical>li.current-menu-ancestor>a {
    color: #3db166;
}

.item-pdlr {
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    max-width: 1360px;

}

.item-divider {
    max-width: 1360px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    color: #7DBD65;
}

#sticky-wrapper .header-wrap {
    z-index: 999999 !important;
    transition: 200ms;
}

#sticky-wrapper.is-sticky .header-wrap .header-logo-inner {
    max-width: 200px !important;
    transition: 500ms;
}

#sticky-wrapper.is-sticky .mainmenu {
    padding-top: 19px;
    transition: 500ms;
}

#header-mobile {
    display: none;
}

#header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 17px);
    z-index: 1;
}

.creche #header .header-wrap .header-logo-inner img {
    width: 100vw;
    display: block;
    max-width: 455px;
    margin: 8px 0;
}

.creche #header .header-main-menu-search {
    margin-top: 1px;
}

.creche .mega {
    margin: 0;
    top: calc(100% + 6px);
}

.creche #header .megamenu li:after {
    top: 35px;
}

.nsconceicao-tresrios #header .header-wrap .megamenu,
.nsconceicao-tubarao #header .header-wrap .megamenu {
    max-height: 103px;
}

.nsconceicao-tresrios #header .megamenu li:after,
.nsconceicao-tubarao #header .megamenu li:after {
    top: 32px;
}

#header .header-top-bar {
    position: relative;
    background-color: #014751;
    padding: 0;
    height: 63px;
    line-height: 63px;
    font-size: 15px;
}

.header-top-bar .link-header {
    margin-right: 40px;
    display: inline-block;
    padding-bottom: 0;
}

.header-top-bar .link-header:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: -4px;
}

.header-top-bar .link-header:hover:after {
    width: 100%;
    background: #3db166;
}

.header-top-bar .col-lg-6 {
    padding: 0 15px;
}

#header .header-top-bar nav {
    text-align: center;
    height: auto;
    padding: 0;
    float: right;
    display: inline-block;
    margin-top: -14px;
}

#header .header-top-bar nav p {
    margin-bottom: 0;
    padding: 15px 100px 0 0;
    height: 63px;
    color: #919bad;
}

#header .header-top-bar .mega.m-content-left {
    width: 980px;
    left: 0;
}

#header .header-top-bar .mega.m-content-right {
    width: 980px;
    right: -1px;
    top: 56px;
}

#header .header-top-bar .sf-menu-first .mega.m-content-right {
    left: 0;
}

#header .header-top-bar .sf-menu-first .mega {
    padding: 5px 0;
    margin: 4px 0 0 0;
    top: 59px;
}

#header .header-top-bar-menu.sf-menu-first>li:last-child .mega .one-columns {
    width: 100%;
    min-width: 289px;
}

#header .header-top-bar a {
    color: #919bad;
}

#header .header-top-bar .level-1 a,
#header .header-top-bar .level-2 a {
    color: #4f8e80;
}

#header .header-top-bar a:hover {
    background: transparent;
    color: #3db166;
}

#header .megamenu:first-child li:hover a {
    color: #3db166;
}

#header .megamenu li {
    padding-bottom: 0;
}

#header .megamenu li a {
    margin-bottom: 0;
}

#header .megamenu li .mega li a {
    margin-bottom: 0;
}

#header .megamenu li:after {
    content: '';
    display: block;
    margin: auto;
    height: 8px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    position: relative;
    top: 28px;
}

#header .header-top-bar .megamenu li:after {
    top: 4px;
}

#header .megamenu li ul li:after,
#header .megamenu li ul li:hover:after {
    width: 0px;
}

#header .megamenu li:hover:after,
#header .megamenu li.is-active:after {
    width: 100%;
    background: #3db166;
}

#header .megamenu .header-main-menu-search:hover:after {
    background: transparent;
    width: 0;
}

#header .header-top-bar-right-button[target="_self"]:hove {
    background-color: inherit;
    color: #ffffff;
}

#header .header-top-bar .phone {
    margin-left: 10px;
}

#header .header-top-bar .dropdown-menu {
    font-size: 14px;
    color: #585858;
    background-color: #eeeeee;
    padding: 12px;
    min-width: 22.5rem;
    margin-top: 0;
    border-top: 20px solid transparent;
}

#header .header-top-bar-menu li {
    padding: 0;
}

#header .header-top-bar .dropdown-menu li a {
    padding: 6px 30px 6px 12px;
    display: block;
    font-size: 14px;
    color: #585858;
}

#header .header-top-bar .dropdown-menu li a:hover {
    color: #192f59;
}

#header .header-top-bar .dropdown-toggle::after {
    display: none;
}

#header .header-top-bar-right-social a {
    margin-left: 25px;
    color: #ffffff;
}

#header .header-top-bar-right-social a:hover {
    transition: 200ms;
    color: #3db166;
}

#header .header-top-bar-menu {
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    right: 0;
}

#header .header-top-bar-menu.sf-menu-first {
    left: 0;
    right: inherit;
    padding: 0 0 0 3px;
}

#header .header-top-bar-menu>li {
    float: none;
    display: inline-block;
}

#header .header-top-bar-menu>li>a {
    display: inline;
    margin-right: 16px;
    padding-bottom: 18px;
}

#header .header-top-bar-menu>li>a:hover {
    color: #919bad;
}

#header .header-top-bar .header-top-bar-menu li:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: -8px;
}

#header .header-top-bar .header-top-bar-menu li:hover:after {
    width: 100%;
    background: #3db166;
}

#header .header-top-bar .header-top-bar-menu .m-content-right li:after,
#header .header-top-bar .header-top-bar-menu .m-content-right li:hover:after {
    background: transparent;
}

#header .header-top-bar-menu>li a:first-child {
    color: #919bad;
}

#header .header-top-bar-right-social {
    display: inline;
}

#header .header-top-bar .header-top-bar-right-button {
    color: #ffffff !important;
    padding: 23px;
    margin: 0;
}

#header .header-top-bar .level-1.one-columns li,
#header .header-top-bar .level-2.one-columns li {
    width: 100%;
}

#header .header-top-bar .level-1 li,
#header .header-top-bar .level-2 li {
    line-height: initial;
    height: 29px;
    margin-bottom: 10px;
    float: left;
    display: block;
}

#header .header-top-bar .level-1 li ul,
#header .header-top-bar .level-2 li ul {
    padding-left: 10px;
    margin-top: 10px;
}

#header .header-top-bar .level-1 li ul li,
#header .header-top-bar .level-2 li ul li {
    margin-bottom: 5px;
}

#header .header-top-bar .level-1 li ul li a,
#header .header-top-bar .level-2 li ul li a {
    color: #92c1c8 !important;
    font-size: 12px;
    font-weight: 300;
}

#header .header-top-bar .level-1 a,
#header .header-top-bar .level-2 a {
    overflow: hidden;
    display: block;
    border-radius: 0;
    height: auto;
    padding: 0;
    margin: 0;
    color: #4f8e80 !important;
    font-size: 14px;
}

#header .header-top-bar .level-1 a:hover,
#header .header-top-bar .level-2 a:hover {
    background: transparent;
    color: #223c6c !important;
}

#header .header-top-bar #header .header-top-bar .megamenu li {
    padding-bottom: 0;
}

#header .header-top-bar .item-services .mega {
    display: none;
    opacity: 0;
    background-color: rgb(237, 244, 236);
    position: absolute;
    padding: 5px 0;
    margin: 7px 0 0 0;
    z-index: 9998;
    text-align: left;
    border-top: 1px solid rgb(59, 179, 106);
    border-bottom: 2px solid rgb(59, 179, 106);
    margin-left: 0 !important;
    width: 230px;
    right: 0;
    top: 56px;
}

#header .header-top-bar .item-services .one-columns {
    float: left;
    padding: 0 22px;
}

#header .header-top-bar-right-button {
    display: inline-block;
    font-weight: bold;
    padding-left: 23px;
    padding-right: 23px;
    margin-left: 23px;
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 21px;
    margin-bottom: -20px;
    background: #3db166;
    border-radius: 0;
    color: #ffffff;
}

#header .header-top-bar-right-button:hover {
    background: #3db166 !important;
    color: #ffffff !important;
}

#header .header-top-bar-right-button[target="_self"] {
    color: #fff;
    float: right;
}

#header .header-wrap {
    background-color: #ffffff;
    padding: 0;
}

#header .header-wrap nav a {
    color: #585858;
}

/*#header .header-wrap .megamenu {
    margin-top: 15px;
}*/
#header .header-wrap .megamenu {
    margin-top: 0;
    display: flex;
    height: 100vh;
    max-height: 94px;
    align-items: center;
    float: right;
}

#header .header-wrap .header-logo {
    padding-top: 8px;
    padding-bottom: 5px;
    position: relative;
    float: left;
}

#header .header-wrap .header-logo-inner {
    max-width: 240px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 80px;
}

#header .header-wrap .header-logo-inner img {
    max-width: 100%;
    height: auto;
}

.header-container-inner {
    width: 100%;
}

.header-container-inner .item-pdlr {
    padding-left: 15px;
}

#header .collapse:not(.show) {
    display: block;
}

#header .header-navigation {
    padding-top: 37px;
    line-height: 0;
    float: right;
}

#header .header-navigation .sf-menu {
    display: inline-block;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 0px;
}

#header .header-navigation .sf-menu li a:hover {
    color: inherit;
    background: #3db166;
}

#header .sf-menu .submenu {
    list-style: none;
    position: absolute;
    display: none;
    z-index: 99;
    min-width: 220px;
    display: block !important;
}

#header .header-navigation .header-main-menu {
    display: inline-block;
    vertical-align: top;
}

#header .header-navigation .sf-menu>li:first-child {
    padding-left: 0;
}

#header .header-navigation .sf-menu>li {
    padding-left: 18px;
    padding-right: 18px;
}

#header .header-navigation .sf-menu>li>a {
    padding-bottom: 34px;
}

#header .header-main-menu-search {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    cursor: pointer;
    margin-right: 15px;
}

#header .header-main-menu-search i,
#header .header-main-menu-cart i {
    color: #192f59;
}

#header .header-main-menu-right-wrap {
    display: inline-block;
    line-height: 1.7;
    margin-left: 10px;
    vertical-align: top;
}

/*** Search ***/
.kingster-top-search-wrap {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .9);
    display: none;
}

.kingster-top-search-wrap.kingster-active {
    display: block;
    transition: 200ms all ease-in;
}

.kingster-top-search-wrap .kingster-top-search-close {
    font-size: 55px;
    position: absolute;
    right: 0px;
    top: -4px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
}

.kingster-top-search-row {
    display: table;
    width: 100%;
    height: 100%;
}

.kingster-top-search-cell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}

.kingster-top-search-wrap .content-form {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.kingster-top-search-wrap input.search-field {
    background: transparent;
    width: 100%;
    border-width: 0px 0px 3px;
    font-size: 40px;
    padding: 0px 120px 25px 0px;
    line-height: 48px;
    letter-spacing: 0.5px;
}

.kingster-top-search-wrap .kingster-top-search-submit {
    font-size: 30px;
    position: absolute;
    right: 52px;
    top: 0px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
}

.kingster-top-search-wrap input.search-submit {
    position: absolute;
    top: 0px;
    right: 52px;
    width: 48px;
    height: 48px;
    padding: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    background-color: transparent;
}

.kingster-top-search-wrap input.search-field {
    border-bottom-color: #303030;
    color: #fff;
    outline: none;
}

.kingster-top-search-wrap .kingster-top-search-submit,
.kingster-top-search-wrap .kingster-top-search-close {
    color: #fff;
}

.kingster-top-search-wrap input::-webkit-input-placeholder {
    color: #fff;
}

.kingster-top-search-wrap input::-moz-placeholder {
    color: #fff;
}

.kingster-top-search-wrap input:-ms-input-placeholder {
    color: #fff;
}

.kingster-top-search-wrap input:-moz-placeholder {
    color: #fff;
}

.kingster-top-search-wrap .kingster-top-search-close .material-icons {
    font-size: 33px;
    position: absolute;
    right: 0px;
    top: 4px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
}

.kingster-top-search-wrap .kingster-top-search-close .icon_close:before {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f00d";
}

.kingster-top-search-submit .material-icons {
    font-size: 28px;
    position: relative;
    top: 4px;
}

.kingster-top-search-wrap button.search-submit {
    background: transparent;
    border: none;
    padding: 0;
}

/*** Footer ***/
#footer {
    float: left;
    width: 100%;
    position: relative;
}

#footer .footer-wrapper {
    font-size: 16px;
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #004953;
    color: #ababab;
}

#footer .footer-wrapper .footer-widget-title {
    border-bottom-color: #3db166;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 14px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 15px;
    margin-bottom: 26px;
}

#footer .footer-wrapper .textwidget img {
    width: 100%;
}

#footer .footer-wrapper .textwidget .contact {
    margin: 30px 0;
}

#footer .footer-wrapper .textwidget .contact p,
#footer .footer-wrapper .textwidget .contact a {
    color: #ffffff;
}

#footer .footer-wrapper .textwidget .unit span {
    margin-bottom: 15px;
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

#footer .footer-wrapper .textwidget .unit img {
    margin-bottom: 40px;
}

#footer .footer-wrapper .widget {
    padding-left: 20px;
}

#footer .footer-wrapper .widget .menu-item {
    margin-bottom: 8px;
}

#footer .footer-wrapper a {
    color: LIGHTGREY;
    font-size: 14px;
}

#footer .footer-wrapper a:hover {
    color: #ffffff;
}

#footer .footer-wrapper .list-menu-widget {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-wrapper .container-fluid {
    padding: 0 60px;

}

#footer .footer-wrapper .list-menu-widget li {
    margin-bottom: 8px;
}

#footer .footer-wrapper .divider-item {
    margin-bottom: 40px;
}

#footer .footer-wrapper .divider-line {
    border-color: #3db166;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.copyright-wrapper {
    background-color: white;

    padding-bottom: 18px;

    padding: 18px 60px;
}

.copyright-left {
    background-color: white;
    font-size: 14px;
    color: #838383;
}

.dpflex {
    display: flex;
}

.icon-foot {
    width: 100%;
    text-align: center;
    display: inline;
}

.icon-foot img {
    margin: 0 10px;

}

img#footer1 {
    width: auto;
    height: 70px;
}

img#footer2 {
    width: 100px;
}

.copyright-wrapper .copyright-left {
    TEXT-ALIGN: CENTER;
    MARGIN: 28px 0 6px;
}

.copyright-wrapper .copyright-right {
    width: 100%;
    align-self: center;
    float: right;
    position: relative;

}

.copyright-wrapper .copyright-right .social-network-icon {
    color: #50bd77;
    font-size: .875rem;
    margin-left: 20px;
}

.copyright-wrapper .copyright-right .social-network-icon:first-child {
    /* margin-left: 0px;*/
}

/** Internal Banner **/
.internal-banner {
    padding-top: 170px;
    padding-bottom: 160px;
    margin-top: 200px;
}

.internal-banner .img-content .container-fluid {
    min-height: 87px;
}

.internal-banner .title-banner {
    color: #3db166;
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 400;
}

.internal-banner .subtitle-banner {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 1px;
}

.internal-banner .title-internal-banner {
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 11px;
    letter-spacing: 0.5px;
}

.internal-banner .date-wrapper {
    float: left;

    border-right-width: 1px;
    border-right-style: solid;
    border-color: #ffffff;
    line-height: 1;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
    margin-top: 11px;
}

.internal-banner .date-day {
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: -4px;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #ffffff;
}

.internal-banner .date-month {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}

.internal-banner .content {
    overflow: hidden;
}

.internal-banner .blog-info {
    font-size: 13px;
    font-weight: 600;
    margin-right: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}

.internal-banner .blog-info:before {
    content: "/";
    margin-right: 12px;
    color: #ffffff;
}

.internal-banner .blog-info:first-child:before {
    content: '';
    margin-right: 0;
}

.internal-banner .blog-info a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/*** Menu ***/
.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #585858;
    font-size: 16px;
    padding: 6px 30px 6px 12px;
    display: block !important;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #3db166;
    background: transparent;
    outline: 0;
}

.navbar-light .navbar-toggler {
    padding: 0;
}

.navbar-light .navbar-toggler .fa-bars {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
}

.only-mobile {
    display: none;
}

.only-desktop {
    display: block;
}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul>li:hover>a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mainmenu .collapse ul ul>li:hover>a

/*.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover*/
    {
    color: #223c6c;
}

.mainmenu .collapse ul ul ul>li:hover>a {
    color: #223c6c;
}

.mainmenu .collapse ul ul {
    top: 80px;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background-color: #eeeeee;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background-color: #eeeeee;
    font-size: 14px;
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background-color: #eeeeee;
    font-size: 14px;
}

.mainmenu .collapse ul.dropdown-menu li:first-child {
    padding-top: 12px !important;
}

.mainmenu .collapse ul.dropdown-menu li:last-child {
    padding-bottom: 12px !important;
}

.mainmenu .collapse ul ul.dropdown-menu a {
    font-size: 14px;
    position: relative;
}


/*** Drop-down menu work on hover ****/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 24px 0 0 0;
    min-height: 20px;
    float: right;
}

.dropdown-toggle.link {
    margin-bottom: 33px;
}

.mainmenu ul li a.dropdown-toggle::after {
    display: none;
}

/* Card */
.card {
    border: none !important;
}

.card [data-toggle="collapse"]:before {
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: left;
    font-size: 33px;
}

.card [data-toggle="collapse"].collapsed:before {
    transform: rotate(0deg);
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    color: inherit;
    background-color: transparent;
    border-bottom: none;
}

.card-header [data-toggle="collapse"]:before {
    margin-right: 20px;
}

.card-header .btnDefault {
    font-family: 'frutiger-light';
}

.card-body .table td {
    border-top: none;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-left: none;
}

.card-body .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.card-body .table-striped tbody tr:nth-of-type(even) {
    background-color: #f8f8f8;
}

.card-body .table td,
.card-body .table th {
    padding: .825rem 2.0625rem .8rem;
    vertical-align: top;
    font-family: 'frutiger-light';
    font-size: 18px;
}

#header .header-wrap,
#header .header-top-bar {
    width: 100%;
}

h4.nome-casa-saude {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

.info-localizacao-casa {
    color: LIGHTGREY;
    font-size: 14px;
}

.info-contato-casa {
    color: LIGHTGREY;
    font-size: 14px;
}

h4.nome-atendimento-saude {
    color: #ffffff;
    font-size: 14px;
}

#masterresptec {
    border: 1px solid white;
    width: 80%;
    padding: 15PX;
    text-align: center;
}

h4.name-medico {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

.description-medico {
    color: LIGHTGREY;
    font-size: 14px;
}

.description-medico p {
    margin-bottom: 0px;
}

.redes-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: 0 25px 25px 0;
}

.redes-sociais {
    display: flex;
    gap: 20px;
}

.others-imgs {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.txt-redes {
    color: black;
    font-weight: 700;
    font-size: 14px;
}

#blip-chat-close-icon {
    background-image: url('https://wwwqa.redesantacatarina.org.br/Style Library/ResponsiveServer/Bootstrap3/assets/images/ICONE_CHATBOT_2.png');
    background-size: cover;
}

@media (max-width: 1660px) {
    #header {
        /*width: 98.948%;*/
    }
}

@media (max-width: 1440px) {
    #header {
        /*width: 99%;	*/
    }
}

@media (max-width: 1366px) {
    #header .header-top-bar .dropdown-menu {
        border-top: 4px solid transparent;
    }
}

@media (max-width: 1260px) {
    .internal-banner {
        margin-top: 0;
        padding: 100px 0;
    }

    .footer-widget {
        text-align: center;
    }

    #masterresptec {
        border: 1px solid white;
        width: 50%;
        height: 17vh;
        height: auto;
        padding: 20px 0 0;
        MARGIN: 0px auto 38px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    #footer .list-menu {
        display: none;
    }

    #footer .open+.list-menu {
        display: block !important;
        transition: all 180ms;
    }

    #footer .footer-wrapper .footer-widget-title:before {
        content: '\f107';
        position: absolute;
        right: 17px;
        color: #ffffff;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
    }

    #footer .footer-wrapper .divider-line {
        border-color: transparent;
        border-bottom-width: 0;
        border-bottom-style: none;
    }

    .copyright-wrapper .copyright-left,
    .copyright-wrapper .copyright-right {
        text-align: center !important;
    }

    .section-info-home .col-lg-4 {
        margin-bottom: 40px;
    }

    .section-info-home {
        padding: 60px 0px 20px 0px;
    }

}

@media only screen and (min-width: 767px) {

    /* Level 1 */
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 80px;
        left: 0;
        min-width: 250px;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .mainmenu .collapse ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    /* Level 2 */
    .mainmenu .collapse ul ul li {
        position: relative;
        padding: 1px 11px;
    }

    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 120%;
        min-width: 250px;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .mainmenu .collapse ul ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 0;
        left: -100%;
    }

    .mainmenu .collapse ul ul li a .fa-angle-right {
        position: absolute;
        right: 20px;
        top: 0;
        padding: 10px 0;
    }


    /* Level 3 */
    .mainmenu .collapse ul ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -120%;
        min-width: 250px;
        display: block;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .mainmenu .collapse ul ul ul li:hover ul {
        visibility: visible;
        opacity: 1;
        top: 0;
        left: -100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .only-mobile {
        display: inline-block;
    }

    .only-desktop {
        display: none;
    }

    .mainmenu .collapse ul ul>li.dropdown>a,
    .mainmenu .collapse ul ul>li.dropdown>ul.dropdown-menu>li.dropdown>a {
        background-color: #0f3c9e;
        padding: 16px 15px 16px 15px;
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a,
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a,
    .navbar-nav .show .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px;
        background-color: #202e4c;
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a:hover,
    .navbar-nav .show .dropdown-menu>li>a:hover {
        background-color: #0f3c9e;
    }


    /* Level 1 mobile arrow */
    .mainmenu ul li a .fa-angle-down {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 25px;
        height: 25px;
        background-color: #fff;
        color: #0f3c9e;
        text-align: center;
        line-height: 25px;
    }
    .internal-banner .img-content .container-fluid {
	    min-height: 200px;
	}

}

@media (max-width: 736px) {

    .section-news .block-item-holder .column-right .caption .title-caption {
        font-size: 14px;
        line-height: 1.4;
        width: 60% !important;
    }
}

@media(max-width:430px) {
	.modal-dialog{
		margin: -50px 10px 0px 50px;
    }
    
    .txt-redes {
        display: block;
        text-align: center;
    }

    .internal-banner {
        padding: 50px 0;
    }

    #masterresptec {
        width: 70%;
    }

    .redes-all {
        display: block;
        margin: 15px 0px 15px 0px
    }
    .redes-sociais {
	    gap: 15px;
	}
    .others-imgs {
        margin-top: 30px;
        gap: 20px;
    }

    #footer .footer-wrapper .textwidget .unit span {
        margin-bottom: 0;
        display: block;
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
    }
    img.galeriaLightboxSaude {
	    width: 440px;
	    padding-right: 30px;
	    margin-bottom: 10px;
	}
	img#footer1{
		width: auto;
		height: auto;
	}
}


@media(max-width:420px) {
    .internal-banner .date-wrapper {
        float: none;
        border: none;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .internal-banner .date-month {
        font-size: 18px;
    }

    .internal-banner .title-internal-banner {
        font-size: 22px;
        text-align: center;
    }
    img#footer1{
		width: auto;
		height: auto;
	}
		
	.modal-dialog{
		margin: -50px 10px 0px 50px;
    }
    
    .redes-all {
        display: block;
        margin: 15px 0px 15px 0px
    }
    .redes-sociais {
	    gap: 15px;
	}
}